| Package | Description |
|---|---|
| com.atid.lib.module.barcode.spc.param |
| Modifier and Type | Method and Description |
|---|---|
SPCParamName |
SPCParamValue.getName()
Returns the type of parameter stored in the SPCParamValue instance.
|
static SPCParamName |
SPCParamName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SPCParamName |
SPCParamName.valueOf(java.lang.String command,
int offset) |
static SPCParamName[] |
SPCParamName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SPCParamNameList.add(SPCParamName item)
Add parameter type to the SPCParamNameList instance.
|
boolean |
SPCParamNameList.add(SPCParamName[] items)
Add all the information for the SPCParamNameList instance.
|
boolean |
SPCParamValue.equals(SPCParamName name)
Compare the type of parameter on the SPCParamValue instance.
|
SPCParamValue |
SPCParamValueList.getAt(SPCParamName name)
Returns the parameter information of the barcode module.
|
java.lang.Object |
SPCParamValueList.getValueAt(SPCParamName name)
Returns the parameter value of the SPCParamValueList.
|
| Constructor and Description |
|---|
SPCParamNameList(SPCParamName item)
Create an instance of the SPCParamNameList class.
|
SPCParamNameList(SPCParamName[] items)
Create an instance of the SPCParamNameList class.
|
SPCParamValue(SPCParamName name)
Create an instance of the SPCParamValue class.
|
SPCParamValue(SPCParamName name,
java.lang.Object value)
Create an instance of the SPCParamValue class.
|
SPCParamValue(SPCParamName name,
java.lang.Object value,
ResponseType response)
Create an instance of the SPCParamValue class.
|